home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: mqdmsdm2.inf
- ;
- ; Function:
- ; Install the Motorola USB Diag on Win2000/XP
- ;
- ; Copyright (c) 1997-2006 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=06/21/2006, 4.38.6.233
- CatalogFile=mqdmserd.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"mqdmserd.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- mqdmserd.sys = 1
- mqdmcmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %Motorola%=Motorola
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [Motorola]
- %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2a64&MI_01&OS_NT
- %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2b44&MI_01&OS_NT
- %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2b24&MI_01&OS_NT
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [Motorola.Install.nt]
- AddReg = Motorola.AddReg,Motorola.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [Motorola.AddReg]
- HKR,,NTMPDriver,,mqdmserd.sys
- HKR,,EnableCR1146, 0x10001, 01,00,00,00
- HKR,,EnableCR1147, 0x10001, 01,00,00,00
- HKR,,SuppressDataMasking, 0x10001, 01,00,00,00
-
- ; only for NT...
- [Motorola.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- mqdmserd.sys
- mqdmcm.sys,mqdmcmnt.sys
- mqdmcmnt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [Motorola.Install.NT.Services]
- AddService = mqdmserd, 0x00000002, Motorola.Install.AddService
-
-
- [Motorola.Install.AddService]
- DisplayName = %Mcci.Service.Name%
- Description = %Mcci.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\mqdmserd.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "Motorola Inc"
- Motorola = "Motorola Inc"
- DiskString = "Motorola USB Diag Installation Disk"
-
- Mcci.Comm.Desc = "Motorola USB Diag"
- Mcci.Service.Name = "Motorola USB Diag"
- Mcci.Service.Desc = "Motorola USB Diag"
-
-
- CustomerDataPath = "Motorola USB Multi-Function CDMA"
- DriverSet = "Motorola USB Multi-Function CDMA Software"
- UninstallFile = "MQDMUninstall.exe"
- McciOptions = "Uninstallable"
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-